body {
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.clearfix {
  zoom: 1;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
/* 加载更多 */

/* 公共面包屑导航 */
.cur_place_wrap,
.cur_place_wrap a {
  font-size: 14px;
  color: #999;
  margin: 0 5px;
}
.bread-crumbs {
  margin-bottom: 15px;
}
/* 加载更多 */
.load-more {
  width: 175px;
  height: 48px;
  background: #ffffff;
  border: 1px solid rgba(153,153,153,0.30);
  border-radius: 0px 20px 0px 20px;
  margin: 0 auto;
  cursor: pointer;
}
.load-more .text {
  display: inline-block;
  line-height: 48px;
  font-size: 12px;
  color: #999999;
  vertical-align: middle;
}
.load-more .icon {
  background: url(../images/loading-icon.png?v=20250214090828);
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: 100% 100%;
  margin-left: 8px;
  vertical-align: middle;
  margin-right: 30px;
}
.load-more:hover {
  border: 0.5px solid #ff6f00;
}
.load-more:hover .text {
  color: #ff6f00;
}
.load-more:hover .icon {
  background: url(../images/loading-icon-hover.png?v=20250214090828);
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: 100% 100%;
}
/* footer end */
/* @media (min-width: 1200px){ */
.main {
  background: url(../images/bg-img.png?v=20250214090828)  no-repeat;
  background-size: 100% 100%;
  width: 100%;
  top: 40px;
  left: 0;
  padding-bottom: 30px;
  /* padding-top: 40px; */
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w820 {
  width: 820px;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 134, 255, 0.05);
}
.header div {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #00305c;
}
.first-block {
  padding: 24px 0;
}
.first-block .logo {
  width: 179px;
  height: 54px;
}
.first-block .right {
  margin-top: 8px;
}
.first-block .right div {
  font-size: 12px;
  color: #00305c;
  margin-right: 40px;
  padding-left: 28px;
  cursor: pointer;
  position: relative;
}
.first-block .right div:nth-child(1) {
  background: url(../images/search.png?v=20250214090828) left center no-repeat;
  background-size: 18px 18px;
}
.first-block .right div:nth-child(2) {
  background: url(../images/wx.png?v=20250214090828) left center no-repeat;
  background-size: 18px 18px;
}
/*.first-block .right div:nth-child(3) {*/
/*  background: url(../images/wb.png?v=20250214090828) left center no-repeat;*/
/*  background-size: 18px 18px;*/
/*}*/
.first-block .right div:nth-child(4) {
  background: url(../images/app.png?v=20250214090828) left center no-repeat;
  background-size: 18px 18px;
}
.first-block .right div:nth-child(1):hover {
  background: url(../images/search-hover.png?v=20250214090828) left center no-repeat;
  background-size: 18px 18px;
  color: #ff6f00;
}
.first-block .right div:nth-child(2):hover {
  background: url(../images/wx-hover.png?v=20250214090828) left center no-repeat;
  background-size: 18px 18px;
  color: #ff6f00;
}
.first-block .right div:nth-child(3):hover {
  /*background: url(../images/wb-hover.png?v=20250214090828) left center no-repeat;*/
  /*background-size: 18px 18px;*/
  color: #ff6f00;
}
.first-block .right div:nth-child(4):hover {
  background: url(../images/app-hover.png?v=20250214090828) left center no-repeat;
  background-size: 18px 18px;
  color: #ff6f00;
}
.btn {
  width: 80px;
  height: 32px;
  border: 1px solid rgba(0, 89, 169, 0.3);
  border-radius: 8px;
  font-size: 12px;
  color: #0059a9;
  display: inline-block;
  line-height: 32px;
  text-align: center;
}
.register {
  margin-right: 20px;
}
.login {
  background: #0059a9;
  border: none;
  color: #ffffff;
}
.first-block .right div .hover-bg {
  background: url(../images/hover-bg.png?v=20250214090828);
  background-size: 100% 100%;
  position: absolute;
  padding: 20px;
  left: -22px;
  margin-right: 0;
  display: none;
  z-index:100;
}
.hover-bg img {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}
.hover-bg span {
  font-size: 12px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.first-block .right div:hover .hover-bg {
  display: block;
}
.nav {
  background: linear-gradient(180deg, #0059a9, #0080df);
  border-radius: 8px;
  height: 72px;
  line-height: 72px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.nav li {
  width: 168px;
  text-align: center;
  position: relative;
}
.nav li:hover {
  background: url(../images/active-bg.png?v=20250214090828);
  background-size: 100% 86px;
}
.active-nav {
  background: url(../images/active-bg.png?v=20250214090828);
  background-size: 100% 86px;
}
.nav li:hover a, .active-nav a{
  font-size: 24px;
  font-weight: 500;
  color: #0059a9;
}
.nav-box {
    width: 140px;
    height: 124px;
    background: #205e97;
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    z-index: 99999;
    left: 15px;
    top: 72px;
    padding:10px 20px;
    display:none;
}
.nav-box div {
   font-size: 18px;
    color: #ffffff;
    opacity: 0.5;
    height: 50px;
    line-height: 50px;
}
.nav li:hover .nav-box {
    display:block;
}
.nav-box div:hover {
    opacity: 1;
}
.nav li:hover .nav-box div a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.footer {
  width: 100%;
  /* height: 581px; */
}
.footer-top {
  width: 100%;
  background: #6a7d8e;
}
.footer-top_container {
  padding: 30px 0;
  display: none;
}
.footer-tab {
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}
.footer-tab li {
  margin-right: 45px;
  position: relative;
  height: 40px;
}
.footer-tab li span {
  font-size: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}
.footer-tab .active span {
  color: rgba(255, 255, 255, 1);
}
.footer-tab .active span:nth-child(2) {
  color: rgba(255, 255, 255, 1);
  width: 80px;
  height: 4px;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.tab-item {
  display: none;
}
.show {
  display: block;
}
#content-box {
  margin-top: 30px;
}
#content-box ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}
#content-box ul li a {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.3);
  line-height: 21px;
}
#content-box a:hover {
  color: #ffffff;
}
.footer-bottom {
  background: #627688;
  padding: 40px 0;
}
.bottom-box__left  {
  width: 922px;
}
.bottom-box__left img {
  width: 179px;
  height: 54px;
  display: block;
  margin-bottom: 23px;
}
.bottom-box__left p {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color:rgba(255, 255, 255, 0.5);
  line-height: 28px;
}
.bottom-box__left a{
    color:rgba(255, 255, 255, 0.5);
}
.bottom-box__left a:hover{
    text-decoration: underline;
}
.bottom-box__left p span{
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/police-icon.png?v=20250214090828) right center no-repeat;
  background-size: 20px 20px;
  vertical-align: middle;
  margin-left: 10px;
}
.bottom-box__right a {
    display: block;
    margin-bottom: 16px;
}

.bottom-box__right img{
  width: 244px;
  height: 56px;
  display: block;
}
.bottom-box__right a:last-child {
  margin-bottom: 0;
}
.name-header {
  margin-bottom: 20px;
  position: relative;
}
.name-header .name-left {
  background: url(../images/name-icon.png?v=20250214090828) left center no-repeat;
  background-size: 32px 52px;
}
.name-header .name-left .title {
  font-size: 32px;
  font-weight: 700;
  color: #0059a9;
}
.name-header .name-left .english {
  font-size: 14px;
  color: #0059a9;
  letter-spacing: 1px;
}
.name-header .more a {
  font-size: 14px;
  color: #666666;
  background: url(../images/more.png?v=20250214090828) right center no-repeat;
  padding-right: 20px;
}
.name-header .more:hover a {
  color: #ff6f00;
  background: url(../images/more-hover.png?v=20250214090828) right center no-repeat;
}
.name-header .more {
  margin-top: 10px;
}
/*分享*/
.share-to__text {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  margin-right: 20px;
  margin-top: 4px;
}
.share-to__img a {
  margin-right: 20px !important;
  cursor: pointer;
}
.share-to__img .share_qq{
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/qq-default.png?v=20250214090828) no-repeat !important;
  background-size: 25px 25px !important;
}
.share-to__img .share_qq:hover{
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/qq-hover.png?v=20250214090828) no-repeat !important;
  background-size: 25px 25px !important;
}
.share-to__img .share_wx{
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/weixin-default.png?v=20250214090828) !important;
  background-size: 25px 25px !important;
}
.share-to__img .share_wx:hover{
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/weixin-hover.png?v=20250214090828) !important;
  background-size: 25px 25px !important;
}
.share-to__img .share_wb{
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/weibo-default.png?v=20250214090828) !important;
  background-size: 25px 25px !important;
}
.share-to__img .share_wb:hover{
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/weibo-hover.png?v=20250214090828) !important;
  background-size: 25px 25px !important;
}
.share-to__img .share_zone{
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/space-default.png?v=20250214090828) !important;
  background-size: 25px 25px !important;
}
.share-to__img .share_zone:hover{
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/space-hover.png?v=20250214090828) !important;
  background-size: 25px 25px !important;
}
.crumbs,
.crumbs p,
.crumbs a {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #999999;
  line-height: 21px;
}
.crumbs {
  margin: 20px 0;
}
.crumbs p {
  display: inline-block;
}
.crumbs span {
  margin: 0 2px;
}
.meneame{
    display: flex;
    justify-content: center;
    height:40px!important;
    clear:both;
    width:100%;
    overflow:hidden;
    padding:0!important;
    margin-bottom:30px;
}
.meneame span, .meneame strong, .meneame a{
    /*width: 40px;*/
    min-width: 20px;
    height: 40px;
    line-height:40px!important;
    border-radius: 4px;
    background: #f9f9f9;
    float:left;
    font-size: 14px!important;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333!important;
    margin-right:9px!important;
    border:none!important;
    padding: 0 10px!important;
    text-decoration:none;
    box-sizing: content-box;
}
.meneame .total-num{border:none;font-size:12px;} 
.meneame .current{
    /*background:rgb(84, 137, 168);*/
    /*border-color:rgb(84, 137, 168);*/
    /*color:#FFF;*/
    background: #ff6f00 !important;
    color:#ffffff!important;
    margin-left: 0;
}
.meneame a:hover{
    background: #ff6f00 !important;
    color:#ffffff!important;
}
.showMessage {
  padding: 10px 20px;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  color: #ffffff;
  z-index: 999;
  transform: translate(-50%, -50%);
}

.showMessageSuccess {
  background-color: #f0f9eb;
  border: 1px solid #E1F3D8;
  color: #67c23a;
}

.showMessageError {
  background-color: #fef0f0;
  border: 1px solid #fde2e2;
  color: #F76C6C;
}